From d172e6b648f35c7f061a5fff351078ff3ff59e8a Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Fri, 20 Jun 2014 18:18:53 +0200 Subject: [PATCH] libxc/libxl: bump library SONAMEs The following two patches break both libxc and libxl ABI and API, so we better bump the MAJORs. Of course, for libxl, proper measures are taken (in the relevant patch) in order to guarantee API stability. Signed-off-by: Dario Faggioli Acked-by: Ian Campbell --- tools/libxc/Makefile | 2 +- tools/libxl/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 63be3d3f0f..f77677cb3a 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.4 +MAJOR = 4.5 MINOR = 0 CTRL_SRCS-y := diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 7fc42c8174..8dd8c957b0 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -5,7 +5,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.4 +MAJOR = 4.5 MINOR = 0 XLUMAJOR = 4.3 -- 2.30.2